Class FT_EyeSet
Contains a set of frames for the eyes. This format is used to define the look of the eyes.
[Serializable]
public class FT_EyeSet
- Inheritance
-
FT_EyeSet
Fields
EmblemL
public FT_EyeEmblemFrame EmblemL
Field Value
EmblemR
public FT_EyeEmblemFrame EmblemR
Field Value
EyeCover
public FT_EyeCoverCollection EyeCover
Field Value
Iris
public FT_EyeIrisFrame Iris
Field Value
Methods
Clone()
public object Clone()
Returns
MergeWith(FT_EyeSet)
Creates a new eye set by merging the other eye set with this one. Ignores null values.
public FT_EyeSet MergeWith(FT_EyeSet other)
Parameters
other
FT_EyeSetSet to merge this set with
Returns
- FT_EyeSet
Created Set