C# Class Unity.MeshSync.MeshSyncPlayerConfig

Inheritance: ISerializationCallbackReceiver
Afficher le fichier Open project: unity3d-jp/MeshSync Class Usage Examples

Méthodes publiques

Свойство Type Description
AnimationInterpolation int
KeyframeReduction bool
Logging bool
Profiling bool
ProgressiveDisplay bool
ReductionEraseFlatCurves bool
ReductionThreshold float
SyncMaterialList bool
SyncMeshes bool
SyncTransform bool
SyncVisibility bool
UpdateMeshColliders bool
ZUpCorrection int
m_usePhysicalCameraParams bool

Méthodes publiques

Méthode Description
OnAfterDeserialize ( ) : void
OnBeforeSerialize ( ) : void

Private Methods

Méthode Description
GetAnimationTweakSettings ( ) : Unity.MeshSync.AnimationTweakSettings
GetComponentSyncSettings ( int index ) : Unity.MeshSync.ComponentSyncSettings
GetModelImporterSettings ( ) : ModelImporterSettings
InitComponentSyncSettings ( ) : void
IsPhysicalCameraParamsUsed ( ) : bool
MeshSyncPlayerConfig ( ) : System
MeshSyncPlayerConfig ( MeshSyncPlayerConfig other ) : System
SetComponentSyncSettings ( int index, Unity.MeshSync.ComponentSyncSettings settings ) : void
UsePhysicalCameraParams ( bool use ) : void

Method Details

OnAfterDeserialize() public méthode

public OnAfterDeserialize ( ) : void
Résultat void

OnBeforeSerialize() public méthode

public OnBeforeSerialize ( ) : void
Résultat void

Property Details

AnimationInterpolation public_oe property

public int AnimationInterpolation
Résultat int

KeyframeReduction public_oe property

public bool KeyframeReduction
Résultat bool

Logging public_oe property

public bool Logging
Résultat bool

Profiling public_oe property

public bool Profiling
Résultat bool

ProgressiveDisplay public_oe property

public bool ProgressiveDisplay
Résultat bool

ReductionEraseFlatCurves public_oe property

public bool ReductionEraseFlatCurves
Résultat bool

ReductionThreshold public_oe property

public float ReductionThreshold
Résultat float

SyncMaterialList public_oe property

public bool SyncMaterialList
Résultat bool

SyncMeshes public_oe property

public bool SyncMeshes
Résultat bool

SyncTransform public_oe property

public bool SyncTransform
Résultat bool

SyncVisibility public_oe property

public bool SyncVisibility
Résultat bool

UpdateMeshColliders public_oe property

public bool UpdateMeshColliders
Résultat bool

ZUpCorrection public_oe property

public int ZUpCorrection
Résultat int

m_usePhysicalCameraParams public_oe property

public bool m_usePhysicalCameraParams
Résultat bool