Class SkinMeshDataProperties
Inheritance
System.Object
SkinMeshDataProperties
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Assembly: LeagueToolkit.Meta.Classes.dll
public class SkinMeshDataProperties : IMetaClass
Properties
|
Improve this Doc
View Source
Declaration
public float BoundingCylinderHeight { get; set; }
Property Value
Type |
Description |
System.Single |
|
|
Improve this Doc
View Source
Declaration
public float BoundingCylinderRadius { get; set; }
Property Value
Type |
Description |
System.Single |
|
|
Improve this Doc
View Source
Declaration
public MetaOptional<float> BoundingSphereRadius { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public float BrushAlphaOverride { get; set; }
Property Value
Type |
Description |
System.Single |
|
|
Improve this Doc
View Source
Declaration
public bool CastShadows { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
EmissiveTexture
Declaration
public string EmissiveTexture { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Declaration
public string EmitterSubmeshAvatarToHide { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Declaration
public bool EnablePicking { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
Declaration
public bool ForceDrawLast { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
Declaration
public float Fresnel { get; set; }
Property Value
Type |
Description |
System.Single |
|
|
Improve this Doc
View Source
Declaration
public Color FresnelColor { get; set; }
Property Value
|
Improve this Doc
View Source
GlossTexture
Declaration
public string GlossTexture { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Declaration
public string InitialSubmeshAvatarToHide { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Declaration
public string InitialSubmeshMouseOversToHide { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Declaration
public string InitialSubmeshShadowsToHide { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Declaration
public string InitialSubmeshToHide { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Declaration
public MetaObjectLink Material { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public SkinnedMeshDataMaterialController MaterialController { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public MetaContainer<MetaEmbedded<SkinMeshDataProperties_MaterialOverride>> MaterialOverride { get; set; }
Property Value
|
Improve this Doc
View Source
NormalMapTexture
Declaration
public string NormalMapTexture { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Declaration
public MetaOptional<Vector3> OverrideBoundingBox { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public bool ReducedBoneSkinning { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
Declaration
public float ReflectionFresnel { get; set; }
Property Value
Type |
Description |
System.Single |
|
|
Improve this Doc
View Source
Declaration
public Color ReflectionFresnelColor { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public string ReflectionMap { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Declaration
public float ReflectionOpacityDirect { get; set; }
Property Value
Type |
Description |
System.Single |
|
|
Improve this Doc
View Source
Declaration
public float ReflectionOpacityGlancing { get; set; }
Property Value
Type |
Description |
System.Single |
|
|
Improve this Doc
View Source
Declaration
public MetaContainer<BaseRigPoseModifierData> RigPoseModifierData { get; set; }
Property Value
|
Improve this Doc
View Source
RoughnessMetallicAoTexture
Declaration
public string RoughnessMetallicAoTexture { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Declaration
public float SelfIllumination { get; set; }
Property Value
Type |
Description |
System.Single |
|
|
Improve this Doc
View Source
Declaration
public string SimpleSkin { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Declaration
public string Skeleton { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Declaration
public float SkinScale { get; set; }
Property Value
Type |
Description |
System.Single |
|
|
Improve this Doc
View Source
Declaration
public string SubmeshRenderOrder { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Texture
Declaration
public string Texture { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Declaration
public bool UsesSkinVo { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Implements