Sinespace Client 2025.3.19431
Client-side scripting for Sinespace
|
Public Member Functions | |
float | GetBlendShapeWeight (int index) |
Return the value of BlendShapeWeight. | |
void | SetBlendShapeWeight (int index, float value) |
Set the value to the BlendShapeWeight. | |
![]() | |
override void | Initialise (SScript runtime, object wrapper) |
![]() | |
void | ReportError (string error, bool fatal, UnityEngine.Object target=null) |
void | Initialise (SScript runtime, object wrapper) |
Properties | |
SResource | Mesh [get, set] |
Return the mesh. | |
![]() | |
bool | IsVisible [get] |
bool | Enabled [get, set] |
SMaterial | Material [get, set] |
SMaterial | SharedMaterial [get, set] |
SMaterial[] | Materials [get, set] |
SMaterial[] | SharedMaterials [get, set] |
SVector | BoundsMax [get] |
SVector | BoundsMin [get] |
![]() | |
SGameObject | GameObject [get] |
Return the GameObject which component added. | |
![]() | |
override bool | Alive [get] |
Return if the component is alive. | |
![]() | |
T | _wrap [get] |
![]() | |
virtual bool | Alive [get] |
DynValue | CachedData [get, set] |
Additional Inherited Members | |
![]() | |
void | Initialise (SScript runtime) |
float SineSpace.Scripting.Components.SSkinnedMeshRenderer.GetBlendShapeWeight | ( | int | index | ) |
Return the value of BlendShapeWeight.
index | The index of blendshapeWeight |
void SineSpace.Scripting.Components.SSkinnedMeshRenderer.SetBlendShapeWeight | ( | int | index, |
float | value ) |
Set the value to the BlendShapeWeight.
index | The index of blendshapeWeight |
value | The value to set |
|
getset |
Return the mesh.