C# Class Unity.MeshSync.MeshSyncPlayerConfig

Inheritance: ISerializationCallbackReceiver
Mostra file Open project: unity3d-jp/MeshSync Class Usage Examples

Public Properties

Property 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

Public Methods

Method Description
OnAfterDeserialize ( ) : void
OnBeforeSerialize ( ) : void

Private Methods

Method 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 method

public OnAfterDeserialize ( ) : void
return void

OnBeforeSerialize() public method

public OnBeforeSerialize ( ) : void
return void

Property Details

AnimationInterpolation public_oe property

public int AnimationInterpolation
return int

KeyframeReduction public_oe property

public bool KeyframeReduction
return bool

Logging public_oe property

public bool Logging
return bool

Profiling public_oe property

public bool Profiling
return bool

ProgressiveDisplay public_oe property

public bool ProgressiveDisplay
return bool

ReductionEraseFlatCurves public_oe property

public bool ReductionEraseFlatCurves
return bool

ReductionThreshold public_oe property

public float ReductionThreshold
return float

SyncMaterialList public_oe property

public bool SyncMaterialList
return bool

SyncMeshes public_oe property

public bool SyncMeshes
return bool

SyncTransform public_oe property

public bool SyncTransform
return bool

SyncVisibility public_oe property

public bool SyncVisibility
return bool

UpdateMeshColliders public_oe property

public bool UpdateMeshColliders
return bool

ZUpCorrection public_oe property

public int ZUpCorrection
return int

m_usePhysicalCameraParams public_oe property

public bool m_usePhysicalCameraParams
return bool