Table of Contents

Class FT_EyeSet

Namespace
Gasimo.FaceToon.Eyes
Assembly
Gasimo.FaceToon.Eyes.dll

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

FT_EyeEmblemFrame

EmblemR

public FT_EyeEmblemFrame EmblemR

Field Value

FT_EyeEmblemFrame

EyeCover

public FT_EyeCoverCollection EyeCover

Field Value

FT_EyeCoverCollection

Iris

public FT_EyeIrisFrame Iris

Field Value

FT_EyeIrisFrame

Methods

Clone()

public object Clone()

Returns

object

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_EyeSet

Set to merge this set with

Returns

FT_EyeSet

Created Set