C# Class Duality.ReflectionInfo

Provides Reflection data on Properties and Fields.
Mostrar archivo Open project: BraveSirAndrew/duality

Public Properties

Property Type Description
Field_ContentRef_ContentPath System.Reflection.FieldInfo
Field_GameObject_Identifier System.Reflection.FieldInfo
Field_GameObject_Name System.Reflection.FieldInfo
Field_GameObject_PrefabLink System.Reflection.FieldInfo
Field_Material_Info System.Reflection.FieldInfo
Field_Transform_Angle System.Reflection.FieldInfo
Field_Transform_Pos System.Reflection.FieldInfo
Field_Transform_Scale System.Reflection.FieldInfo
Property_AnimSpriteRenderer_IsAnimationRunning System.Reflection.PropertyInfo
Property_BatchInfo_MainColor System.Reflection.PropertyInfo
Property_BatchInfo_Technique System.Reflection.PropertyInfo
Property_BatchInfo_Textures System.Reflection.PropertyInfo
Property_BatchInfo_Uniforms System.Reflection.PropertyInfo
Property_Camera_ClearColor System.Reflection.PropertyInfo
Property_Camera_DrawDevice System.Reflection.PropertyInfo
Property_Camera_FocusDist System.Reflection.PropertyInfo
Property_Camera_Passes System.Reflection.PropertyInfo
Property_Camera_RenderPass_Input System.Reflection.PropertyInfo
Property_Camera_RenderPass_Output System.Reflection.PropertyInfo
Property_Camera_RenderPass_VisibilityMask System.Reflection.PropertyInfo
Property_Camera_SceneOrthoAbs System.Reflection.PropertyInfo
Property_Camera_SceneTargetSize System.Reflection.PropertyInfo
Property_Camera_SceneViewportAbs System.Reflection.PropertyInfo
Property_Camera_VisibilityMask System.Reflection.PropertyInfo
Property_Component_Active System.Reflection.PropertyInfo
Property_Component_ActiveSingle System.Reflection.PropertyInfo
Property_Component_GameObj System.Reflection.PropertyInfo
Property_Component_TypeName System.Reflection.PropertyInfo
Property_DrawTechnique_Blending System.Reflection.PropertyInfo
Property_DrawTechnique_PreferredVertexFormat System.Reflection.PropertyInfo
Property_Font_CustomFamilyData System.Reflection.PropertyInfo
Property_Font_Family System.Reflection.PropertyInfo
Property_Font_Material System.Reflection.PropertyInfo
Property_Font_NeedsReload System.Reflection.PropertyInfo
Property_Font_Size System.Reflection.PropertyInfo
Property_FormattedText_DisplayedText System.Reflection.PropertyInfo
Property_FormattedText_Elements System.Reflection.PropertyInfo
Property_FormattedText_FlowAreas System.Reflection.PropertyInfo
Property_FormattedText_Fonts System.Reflection.PropertyInfo
Property_FormattedText_Icons System.Reflection.PropertyInfo
Property_GameObject_Active System.Reflection.PropertyInfo
Property_GameObject_ActiveSingle System.Reflection.PropertyInfo
Property_GameObject_Name System.Reflection.PropertyInfo
Property_GameObject_Parent System.Reflection.PropertyInfo
Property_GameObject_PrefabLink System.Reflection.PropertyInfo
Property_JointInfo_BodyA System.Reflection.PropertyInfo
Property_JointInfo_BodyB System.Reflection.PropertyInfo
Property_Material_Info System.Reflection.PropertyInfo
Property_Material_MainColor System.Reflection.PropertyInfo
Property_Material_Technique System.Reflection.PropertyInfo
Property_Material_Textures System.Reflection.PropertyInfo
Property_Material_Uniforms System.Reflection.PropertyInfo
Property_Pixmap_AnimCols System.Reflection.PropertyInfo
Property_Pixmap_AnimFrameBorder System.Reflection.PropertyInfo
Property_Pixmap_AnimRows System.Reflection.PropertyInfo
Property_Pixmap_Atlas System.Reflection.PropertyInfo
Property_Pixmap_PixelData System.Reflection.PropertyInfo
Property_Pixmap_PixelDataBasePath System.Reflection.PropertyInfo
Property_RenderTarget_Targets System.Reflection.PropertyInfo
Property_Renderer_VisibilityGroup System.Reflection.PropertyInfo
Property_Resource_Disposed System.Reflection.PropertyInfo
Property_Resource_IsDefaultContent System.Reflection.PropertyInfo
Property_Resource_Name System.Reflection.PropertyInfo
Property_Resource_Path System.Reflection.PropertyInfo
Property_RigidBody_AngularDamping System.Reflection.PropertyInfo
Property_RigidBody_BoundRadius System.Reflection.PropertyInfo
Property_RigidBody_Joints System.Reflection.PropertyInfo
Property_RigidBody_LinearDamping System.Reflection.PropertyInfo
Property_RigidBody_Shapes System.Reflection.PropertyInfo
Property_Scene_GlobalGravity System.Reflection.PropertyInfo
Property_ShaderProgram_Compiled System.Reflection.PropertyInfo
Property_ShaderProgram_Fragment System.Reflection.PropertyInfo
Property_ShaderProgram_VarInfo System.Reflection.PropertyInfo
Property_ShaderProgram_Vertex System.Reflection.PropertyInfo
Property_ShapeInfo_Density System.Reflection.PropertyInfo
Property_ShapeInfo_Friction System.Reflection.PropertyInfo
Property_ShapeInfo_Parent System.Reflection.PropertyInfo
Property_ShapeInfo_Restitution System.Reflection.PropertyInfo
Property_SoundEmitter_Source_Disposed System.Reflection.PropertyInfo
Property_SoundEmitter_Source_Instance System.Reflection.PropertyInfo
Property_SoundEmitter_Source_Pitch System.Reflection.PropertyInfo
Property_SoundEmitter_Source_Sound System.Reflection.PropertyInfo
Property_SoundEmitter_Source_Volume System.Reflection.PropertyInfo
Property_SoundEmitter_Sources System.Reflection.PropertyInfo
Property_Sound_AlBuffer System.Reflection.PropertyInfo
Property_Sound_MaxDist System.Reflection.PropertyInfo
Property_Sound_MaxDistFactor System.Reflection.PropertyInfo
Property_Sound_MinDist System.Reflection.PropertyInfo
Property_Sound_MinDistFactor System.Reflection.PropertyInfo
Property_SpriteRenderer_BoundRadius System.Reflection.PropertyInfo
Property_SpriteRenderer_CustomMaterial System.Reflection.PropertyInfo
Property_SpriteRenderer_Rect System.Reflection.PropertyInfo
Property_SpriteRenderer_RectMode System.Reflection.PropertyInfo
Property_TextRenderer_CustomMaterial System.Reflection.PropertyInfo
Property_TextRenderer_Metrics System.Reflection.PropertyInfo
Property_TextRenderer_Text System.Reflection.PropertyInfo
Property_Texture_Compressed System.Reflection.PropertyInfo
Property_Texture_Mipmaps System.Reflection.PropertyInfo
Property_Texture_NeedsReload System.Reflection.PropertyInfo
Property_Texture_OglHeight System.Reflection.PropertyInfo
Property_Texture_OglWidth System.Reflection.PropertyInfo
Property_Texture_PremultiplyAlpha System.Reflection.PropertyInfo
Property_Texture_PxDiameter System.Reflection.PropertyInfo
Property_Texture_PxHeight System.Reflection.PropertyInfo
Property_Texture_PxWidth System.Reflection.PropertyInfo
Property_Texture_UVRatio System.Reflection.PropertyInfo
Property_Transform_Angle System.Reflection.PropertyInfo
Property_Transform_AngleVel System.Reflection.PropertyInfo
Property_Transform_DeriveAngle System.Reflection.PropertyInfo
Property_Transform_IgnoreParent System.Reflection.PropertyInfo
Property_Transform_Pos System.Reflection.PropertyInfo
Property_Transform_RelativeAngle System.Reflection.PropertyInfo
Property_Transform_RelativeAngleVel System.Reflection.PropertyInfo
Property_Transform_RelativePos System.Reflection.PropertyInfo
Property_Transform_RelativeScale System.Reflection.PropertyInfo
Property_Transform_RelativeVel System.Reflection.PropertyInfo
Property_Transform_Scale System.Reflection.PropertyInfo
Property_Transform_Vel System.Reflection.PropertyInfo

Private Methods

Method Description
ReflectionInfo ( ) : System

Property Details

Field_ContentRef_ContentPath public_oe static_oe property

public static FieldInfo,System.Reflection Field_ContentRef_ContentPath
return System.Reflection.FieldInfo

Field_GameObject_Identifier public_oe static_oe property

public static FieldInfo,System.Reflection Field_GameObject_Identifier
return System.Reflection.FieldInfo

Field_GameObject_Name public_oe static_oe property

public static FieldInfo,System.Reflection Field_GameObject_Name
return System.Reflection.FieldInfo

Field_GameObject_PrefabLink public_oe static_oe property

public static FieldInfo,System.Reflection Field_GameObject_PrefabLink
return System.Reflection.FieldInfo

Field_Material_Info public_oe static_oe property

public static FieldInfo,System.Reflection Field_Material_Info
return System.Reflection.FieldInfo

Field_Transform_Angle public_oe static_oe property

public static FieldInfo,System.Reflection Field_Transform_Angle
return System.Reflection.FieldInfo

Field_Transform_Pos public_oe static_oe property

public static FieldInfo,System.Reflection Field_Transform_Pos
return System.Reflection.FieldInfo

Field_Transform_Scale public_oe static_oe property

public static FieldInfo,System.Reflection Field_Transform_Scale
return System.Reflection.FieldInfo

Property_AnimSpriteRenderer_IsAnimationRunning public_oe static_oe property

public static PropertyInfo,System.Reflection Property_AnimSpriteRenderer_IsAnimationRunning
return System.Reflection.PropertyInfo

Property_BatchInfo_MainColor public_oe static_oe property

public static PropertyInfo,System.Reflection Property_BatchInfo_MainColor
return System.Reflection.PropertyInfo

Property_BatchInfo_Technique public_oe static_oe property

public static PropertyInfo,System.Reflection Property_BatchInfo_Technique
return System.Reflection.PropertyInfo

Property_BatchInfo_Textures public_oe static_oe property

public static PropertyInfo,System.Reflection Property_BatchInfo_Textures
return System.Reflection.PropertyInfo

Property_BatchInfo_Uniforms public_oe static_oe property

public static PropertyInfo,System.Reflection Property_BatchInfo_Uniforms
return System.Reflection.PropertyInfo

Property_Camera_ClearColor public_oe static_oe property

public static PropertyInfo,System.Reflection Property_Camera_ClearColor
return System.Reflection.PropertyInfo

Property_Camera_DrawDevice public_oe static_oe property

public static PropertyInfo,System.Reflection Property_Camera_DrawDevice
return System.Reflection.PropertyInfo

Property_Camera_FocusDist public_oe static_oe property

public static PropertyInfo,System.Reflection Property_Camera_FocusDist
return System.Reflection.PropertyInfo

Property_Camera_Passes public_oe static_oe property

public static PropertyInfo,System.Reflection Property_Camera_Passes
return System.Reflection.PropertyInfo

Property_Camera_RenderPass_Input public_oe static_oe property

public static PropertyInfo,System.Reflection Property_Camera_RenderPass_Input
return System.Reflection.PropertyInfo

Property_Camera_RenderPass_Output public_oe static_oe property

public static PropertyInfo,System.Reflection Property_Camera_RenderPass_Output
return System.Reflection.PropertyInfo

Property_Camera_RenderPass_VisibilityMask public_oe static_oe property

public static PropertyInfo,System.Reflection Property_Camera_RenderPass_VisibilityMask
return System.Reflection.PropertyInfo

Property_Camera_SceneOrthoAbs public_oe static_oe property

public static PropertyInfo,System.Reflection Property_Camera_SceneOrthoAbs
return System.Reflection.PropertyInfo

Property_Camera_SceneTargetSize public_oe static_oe property

public static PropertyInfo,System.Reflection Property_Camera_SceneTargetSize
return System.Reflection.PropertyInfo

Property_Camera_SceneViewportAbs public_oe static_oe property

public static PropertyInfo,System.Reflection Property_Camera_SceneViewportAbs
return System.Reflection.PropertyInfo

Property_Camera_VisibilityMask public_oe static_oe property

public static PropertyInfo,System.Reflection Property_Camera_VisibilityMask
return System.Reflection.PropertyInfo

Property_Component_Active public_oe static_oe property

public static PropertyInfo,System.Reflection Property_Component_Active
return System.Reflection.PropertyInfo

Property_Component_ActiveSingle public_oe static_oe property

public static PropertyInfo,System.Reflection Property_Component_ActiveSingle
return System.Reflection.PropertyInfo

Property_Component_GameObj public_oe static_oe property

public static PropertyInfo,System.Reflection Property_Component_GameObj
return System.Reflection.PropertyInfo

Property_Component_TypeName public_oe static_oe property

public static PropertyInfo,System.Reflection Property_Component_TypeName
return System.Reflection.PropertyInfo

Property_DrawTechnique_Blending public_oe static_oe property

public static PropertyInfo,System.Reflection Property_DrawTechnique_Blending
return System.Reflection.PropertyInfo

Property_DrawTechnique_PreferredVertexFormat public_oe static_oe property

public static PropertyInfo,System.Reflection Property_DrawTechnique_PreferredVertexFormat
return System.Reflection.PropertyInfo

Property_Font_CustomFamilyData public_oe static_oe property

public static PropertyInfo,System.Reflection Property_Font_CustomFamilyData
return System.Reflection.PropertyInfo

Property_Font_Family public_oe static_oe property

public static PropertyInfo,System.Reflection Property_Font_Family
return System.Reflection.PropertyInfo

Property_Font_Material public_oe static_oe property

public static PropertyInfo,System.Reflection Property_Font_Material
return System.Reflection.PropertyInfo

Property_Font_NeedsReload public_oe static_oe property

public static PropertyInfo,System.Reflection Property_Font_NeedsReload
return System.Reflection.PropertyInfo

Property_Font_Size public_oe static_oe property

public static PropertyInfo,System.Reflection Property_Font_Size
return System.Reflection.PropertyInfo

Property_FormattedText_DisplayedText public_oe static_oe property

public static PropertyInfo,System.Reflection Property_FormattedText_DisplayedText
return System.Reflection.PropertyInfo

Property_FormattedText_Elements public_oe static_oe property

public static PropertyInfo,System.Reflection Property_FormattedText_Elements
return System.Reflection.PropertyInfo

Property_FormattedText_FlowAreas public_oe static_oe property

public static PropertyInfo,System.Reflection Property_FormattedText_FlowAreas
return System.Reflection.PropertyInfo

Property_FormattedText_Fonts public_oe static_oe property

public static PropertyInfo,System.Reflection Property_FormattedText_Fonts
return System.Reflection.PropertyInfo

Property_FormattedText_Icons public_oe static_oe property

public static PropertyInfo,System.Reflection Property_FormattedText_Icons
return System.Reflection.PropertyInfo

Property_GameObject_Active public_oe static_oe property

public static PropertyInfo,System.Reflection Property_GameObject_Active
return System.Reflection.PropertyInfo

Property_GameObject_ActiveSingle public_oe static_oe property

public static PropertyInfo,System.Reflection Property_GameObject_ActiveSingle
return System.Reflection.PropertyInfo

Property_GameObject_Name public_oe static_oe property

public static PropertyInfo,System.Reflection Property_GameObject_Name
return System.Reflection.PropertyInfo

Property_GameObject_Parent public_oe static_oe property

public static PropertyInfo,System.Reflection Property_GameObject_Parent
return System.Reflection.PropertyInfo

Property_GameObject_PrefabLink public_oe static_oe property

public static PropertyInfo,System.Reflection Property_GameObject_PrefabLink
return System.Reflection.PropertyInfo

Property_JointInfo_BodyA public_oe static_oe property

public static PropertyInfo,System.Reflection Property_JointInfo_BodyA
return System.Reflection.PropertyInfo

Property_JointInfo_BodyB public_oe static_oe property

public static PropertyInfo,System.Reflection Property_JointInfo_BodyB
return System.Reflection.PropertyInfo

Property_Material_Info public_oe static_oe property

public static PropertyInfo,System.Reflection Property_Material_Info
return System.Reflection.PropertyInfo

Property_Material_MainColor public_oe static_oe property

public static PropertyInfo,System.Reflection Property_Material_MainColor
return System.Reflection.PropertyInfo

Property_Material_Technique public_oe static_oe property

public static PropertyInfo,System.Reflection Property_Material_Technique
return System.Reflection.PropertyInfo

Property_Material_Textures public_oe static_oe property

public static PropertyInfo,System.Reflection Property_Material_Textures
return System.Reflection.PropertyInfo

Property_Material_Uniforms public_oe static_oe property

public static PropertyInfo,System.Reflection Property_Material_Uniforms
return System.Reflection.PropertyInfo

Property_Pixmap_AnimCols public_oe static_oe property

public static PropertyInfo,System.Reflection Property_Pixmap_AnimCols
return System.Reflection.PropertyInfo

Property_Pixmap_AnimFrameBorder public_oe static_oe property

public static PropertyInfo,System.Reflection Property_Pixmap_AnimFrameBorder
return System.Reflection.PropertyInfo

Property_Pixmap_AnimRows public_oe static_oe property

public static PropertyInfo,System.Reflection Property_Pixmap_AnimRows
return System.Reflection.PropertyInfo

Property_Pixmap_Atlas public_oe static_oe property

public static PropertyInfo,System.Reflection Property_Pixmap_Atlas
return System.Reflection.PropertyInfo

Property_Pixmap_PixelData public_oe static_oe property

public static PropertyInfo,System.Reflection Property_Pixmap_PixelData
return System.Reflection.PropertyInfo

Property_Pixmap_PixelDataBasePath public_oe static_oe property

public static PropertyInfo,System.Reflection Property_Pixmap_PixelDataBasePath
return System.Reflection.PropertyInfo

Property_RenderTarget_Targets public_oe static_oe property

public static PropertyInfo,System.Reflection Property_RenderTarget_Targets
return System.Reflection.PropertyInfo

Property_Renderer_VisibilityGroup public_oe static_oe property

public static PropertyInfo,System.Reflection Property_Renderer_VisibilityGroup
return System.Reflection.PropertyInfo

Property_Resource_Disposed public_oe static_oe property

public static PropertyInfo,System.Reflection Property_Resource_Disposed
return System.Reflection.PropertyInfo

Property_Resource_IsDefaultContent public_oe static_oe property

public static PropertyInfo,System.Reflection Property_Resource_IsDefaultContent
return System.Reflection.PropertyInfo

Property_Resource_Name public_oe static_oe property

public static PropertyInfo,System.Reflection Property_Resource_Name
return System.Reflection.PropertyInfo

Property_Resource_Path public_oe static_oe property

public static PropertyInfo,System.Reflection Property_Resource_Path
return System.Reflection.PropertyInfo

Property_RigidBody_AngularDamping public_oe static_oe property

public static PropertyInfo,System.Reflection Property_RigidBody_AngularDamping
return System.Reflection.PropertyInfo

Property_RigidBody_BoundRadius public_oe static_oe property

public static PropertyInfo,System.Reflection Property_RigidBody_BoundRadius
return System.Reflection.PropertyInfo

Property_RigidBody_Joints public_oe static_oe property

public static PropertyInfo,System.Reflection Property_RigidBody_Joints
return System.Reflection.PropertyInfo

Property_RigidBody_LinearDamping public_oe static_oe property

public static PropertyInfo,System.Reflection Property_RigidBody_LinearDamping
return System.Reflection.PropertyInfo

Property_RigidBody_Shapes public_oe static_oe property

public static PropertyInfo,System.Reflection Property_RigidBody_Shapes
return System.Reflection.PropertyInfo

Property_Scene_GlobalGravity public_oe static_oe property

public static PropertyInfo,System.Reflection Property_Scene_GlobalGravity
return System.Reflection.PropertyInfo

Property_ShaderProgram_Compiled public_oe static_oe property

public static PropertyInfo,System.Reflection Property_ShaderProgram_Compiled
return System.Reflection.PropertyInfo

Property_ShaderProgram_Fragment public_oe static_oe property

public static PropertyInfo,System.Reflection Property_ShaderProgram_Fragment
return System.Reflection.PropertyInfo

Property_ShaderProgram_VarInfo public_oe static_oe property

public static PropertyInfo,System.Reflection Property_ShaderProgram_VarInfo
return System.Reflection.PropertyInfo

Property_ShaderProgram_Vertex public_oe static_oe property

public static PropertyInfo,System.Reflection Property_ShaderProgram_Vertex
return System.Reflection.PropertyInfo

Property_ShapeInfo_Density public_oe static_oe property

public static PropertyInfo,System.Reflection Property_ShapeInfo_Density
return System.Reflection.PropertyInfo

Property_ShapeInfo_Friction public_oe static_oe property

public static PropertyInfo,System.Reflection Property_ShapeInfo_Friction
return System.Reflection.PropertyInfo

Property_ShapeInfo_Parent public_oe static_oe property

public static PropertyInfo,System.Reflection Property_ShapeInfo_Parent
return System.Reflection.PropertyInfo

Property_ShapeInfo_Restitution public_oe static_oe property

public static PropertyInfo,System.Reflection Property_ShapeInfo_Restitution
return System.Reflection.PropertyInfo

Property_SoundEmitter_Source_Disposed public_oe static_oe property

public static PropertyInfo,System.Reflection Property_SoundEmitter_Source_Disposed
return System.Reflection.PropertyInfo

Property_SoundEmitter_Source_Instance public_oe static_oe property

public static PropertyInfo,System.Reflection Property_SoundEmitter_Source_Instance
return System.Reflection.PropertyInfo

Property_SoundEmitter_Source_Pitch public_oe static_oe property

public static PropertyInfo,System.Reflection Property_SoundEmitter_Source_Pitch
return System.Reflection.PropertyInfo

Property_SoundEmitter_Source_Sound public_oe static_oe property

public static PropertyInfo,System.Reflection Property_SoundEmitter_Source_Sound
return System.Reflection.PropertyInfo

Property_SoundEmitter_Source_Volume public_oe static_oe property

public static PropertyInfo,System.Reflection Property_SoundEmitter_Source_Volume
return System.Reflection.PropertyInfo

Property_SoundEmitter_Sources public_oe static_oe property

public static PropertyInfo,System.Reflection Property_SoundEmitter_Sources
return System.Reflection.PropertyInfo

Property_Sound_AlBuffer public_oe static_oe property

public static PropertyInfo,System.Reflection Property_Sound_AlBuffer
return System.Reflection.PropertyInfo

Property_Sound_MaxDist public_oe static_oe property

public static PropertyInfo,System.Reflection Property_Sound_MaxDist
return System.Reflection.PropertyInfo

Property_Sound_MaxDistFactor public_oe static_oe property

public static PropertyInfo,System.Reflection Property_Sound_MaxDistFactor
return System.Reflection.PropertyInfo

Property_Sound_MinDist public_oe static_oe property

public static PropertyInfo,System.Reflection Property_Sound_MinDist
return System.Reflection.PropertyInfo

Property_Sound_MinDistFactor public_oe static_oe property

public static PropertyInfo,System.Reflection Property_Sound_MinDistFactor
return System.Reflection.PropertyInfo

Property_SpriteRenderer_BoundRadius public_oe static_oe property

public static PropertyInfo,System.Reflection Property_SpriteRenderer_BoundRadius
return System.Reflection.PropertyInfo

Property_SpriteRenderer_CustomMaterial public_oe static_oe property

public static PropertyInfo,System.Reflection Property_SpriteRenderer_CustomMaterial
return System.Reflection.PropertyInfo

Property_SpriteRenderer_Rect public_oe static_oe property

public static PropertyInfo,System.Reflection Property_SpriteRenderer_Rect
return System.Reflection.PropertyInfo

Property_SpriteRenderer_RectMode public_oe static_oe property

public static PropertyInfo,System.Reflection Property_SpriteRenderer_RectMode
return System.Reflection.PropertyInfo

Property_TextRenderer_CustomMaterial public_oe static_oe property

public static PropertyInfo,System.Reflection Property_TextRenderer_CustomMaterial
return System.Reflection.PropertyInfo

Property_TextRenderer_Metrics public_oe static_oe property

public static PropertyInfo,System.Reflection Property_TextRenderer_Metrics
return System.Reflection.PropertyInfo

Property_TextRenderer_Text public_oe static_oe property

public static PropertyInfo,System.Reflection Property_TextRenderer_Text
return System.Reflection.PropertyInfo

Property_Texture_Compressed public_oe static_oe property

public static PropertyInfo,System.Reflection Property_Texture_Compressed
return System.Reflection.PropertyInfo

Property_Texture_Mipmaps public_oe static_oe property

public static PropertyInfo,System.Reflection Property_Texture_Mipmaps
return System.Reflection.PropertyInfo

Property_Texture_NeedsReload public_oe static_oe property

public static PropertyInfo,System.Reflection Property_Texture_NeedsReload
return System.Reflection.PropertyInfo

Property_Texture_OglHeight public_oe static_oe property

public static PropertyInfo,System.Reflection Property_Texture_OglHeight
return System.Reflection.PropertyInfo

Property_Texture_OglWidth public_oe static_oe property

public static PropertyInfo,System.Reflection Property_Texture_OglWidth
return System.Reflection.PropertyInfo

Property_Texture_PremultiplyAlpha public_oe static_oe property

public static PropertyInfo,System.Reflection Property_Texture_PremultiplyAlpha
return System.Reflection.PropertyInfo

Property_Texture_PxDiameter public_oe static_oe property

public static PropertyInfo,System.Reflection Property_Texture_PxDiameter
return System.Reflection.PropertyInfo

Property_Texture_PxHeight public_oe static_oe property

public static PropertyInfo,System.Reflection Property_Texture_PxHeight
return System.Reflection.PropertyInfo

Property_Texture_PxWidth public_oe static_oe property

public static PropertyInfo,System.Reflection Property_Texture_PxWidth
return System.Reflection.PropertyInfo

Property_Texture_UVRatio public_oe static_oe property

public static PropertyInfo,System.Reflection Property_Texture_UVRatio
return System.Reflection.PropertyInfo

Property_Transform_Angle public_oe static_oe property

public static PropertyInfo,System.Reflection Property_Transform_Angle
return System.Reflection.PropertyInfo

Property_Transform_AngleVel public_oe static_oe property

public static PropertyInfo,System.Reflection Property_Transform_AngleVel
return System.Reflection.PropertyInfo

Property_Transform_DeriveAngle public_oe static_oe property

public static PropertyInfo,System.Reflection Property_Transform_DeriveAngle
return System.Reflection.PropertyInfo

Property_Transform_IgnoreParent public_oe static_oe property

public static PropertyInfo,System.Reflection Property_Transform_IgnoreParent
return System.Reflection.PropertyInfo

Property_Transform_Pos public_oe static_oe property

public static PropertyInfo,System.Reflection Property_Transform_Pos
return System.Reflection.PropertyInfo

Property_Transform_RelativeAngle public_oe static_oe property

public static PropertyInfo,System.Reflection Property_Transform_RelativeAngle
return System.Reflection.PropertyInfo

Property_Transform_RelativeAngleVel public_oe static_oe property

public static PropertyInfo,System.Reflection Property_Transform_RelativeAngleVel
return System.Reflection.PropertyInfo

Property_Transform_RelativePos public_oe static_oe property

public static PropertyInfo,System.Reflection Property_Transform_RelativePos
return System.Reflection.PropertyInfo

Property_Transform_RelativeScale public_oe static_oe property

public static PropertyInfo,System.Reflection Property_Transform_RelativeScale
return System.Reflection.PropertyInfo

Property_Transform_RelativeVel public_oe static_oe property

public static PropertyInfo,System.Reflection Property_Transform_RelativeVel
return System.Reflection.PropertyInfo

Property_Transform_Scale public_oe static_oe property

public static PropertyInfo,System.Reflection Property_Transform_Scale
return System.Reflection.PropertyInfo

Property_Transform_Vel public_oe static_oe property

public static PropertyInfo,System.Reflection Property_Transform_Vel
return System.Reflection.PropertyInfo