C# Class GLTF.Schema.NormalTextureInfo

Inheritance: GLTF.Schema.TextureInfo
Afficher le fichier Open project: decentraland/unity-renderer Class Usage Examples

Méthodes publiques

Свойство Type Description
Scale double

Méthodes publiques

Méthode Description
Deserialize ( GLTF.Schema.GLTFRoot root, JsonReader reader ) : NormalTextureInfo
NormalTextureInfo ( ) : Newtonsoft.Json
NormalTextureInfo ( NormalTextureInfo normalTextureInfo, GLTF.Schema.GLTFRoot gltfRoot ) : Newtonsoft.Json
Serialize ( JsonWriter writer ) : void

Method Details

Deserialize() public static méthode

public static Deserialize ( GLTF.Schema.GLTFRoot root, JsonReader reader ) : NormalTextureInfo
root GLTF.Schema.GLTFRoot
reader JsonReader
Résultat NormalTextureInfo

NormalTextureInfo() public méthode

public NormalTextureInfo ( ) : Newtonsoft.Json
Résultat Newtonsoft.Json

NormalTextureInfo() public méthode

public NormalTextureInfo ( NormalTextureInfo normalTextureInfo, GLTF.Schema.GLTFRoot gltfRoot ) : Newtonsoft.Json
normalTextureInfo NormalTextureInfo
gltfRoot GLTF.Schema.GLTFRoot
Résultat Newtonsoft.Json

Serialize() public méthode

public Serialize ( JsonWriter writer ) : void
writer JsonWriter
Résultat void

Property Details

Scale public_oe property

The scalar multiplier applied to each normal vector of the texture. This value is ignored if normalTexture is not specified. This value is linear.
public double Scale
Résultat double