Class NormalTextureInfoBase<TExtensions>
Normal map specific texture info
Inherited Members
Namespace: GLTFast.Schema
Assembly: glTFast.dll
Syntax
[Serializable]
public abstract class NormalTextureInfoBase<TExtensions> : NormalTextureInfoBase where TExtensions : TextureInfoExtensions, new()
Type Parameters
Name | Description |
---|---|
TExtensions | normalTextureInfo extension type |
Fields
extensions
TextureInfo extensions
Declaration
public TExtensions extensions
Field Value
Type | Description |
---|---|
TExtensions |
Properties
Extensions
TextureInfo extensions
Declaration
public override TextureInfoExtensions Extensions { get; }
Property Value
Type | Description |
---|---|
TextureInfoExtensions |