C# Class UtinyRipper.Classes.ParticleSystemRenderer

Inheritance: UtinyRipper.Classes.Renderer
ファイルを表示 Open project: zehaoh/UtinyRipper

Public Properties

Property Type Description
Mesh PPtr
Mesh1 PPtr
Mesh2 PPtr
Mesh3 PPtr
Pivot UtinyRipper.Classes.Vector3f

Public Methods

Method Description
FetchDependencies ( ISerializedFile file, bool isLog = false ) : IEnumerable
IsReadMaskInteraction ( Version version ) : bool

2017.1.0b2 and greater

IsReadMeshes ( Version version ) : bool

4.0.0 and greater

IsReadMinParticleSize ( Version version ) : bool

5.3.0 and greater

IsReadNormalDirection ( Version version ) : bool

4.0.0 and greater

IsReadRenderAlignment ( Version version ) : bool

5.3.0 and greater

IsReadUseCustomVertexStreams ( Version version ) : bool

5.5.0 and greater

IsReadVertexStreamMask ( Version version ) : bool

5.5.0 to 5.6.0 exclusive

IsReadVertexStreams ( Version version ) : bool

5.6.0 and greater

ParticleSystemRenderer ( AssetInfo assetInfo ) : System
Read ( AssetStream stream ) : void

Protected Methods

Method Description
ExportYAMLRoot ( IExportContainer container ) : YAMLMappingNode

Private Methods

Method Description
GetSerializedVersion ( Version version ) : int
IsModeShort ( Version version ) : bool

5.3.0 and greater

IsSortModeFirst ( Version version ) : bool

5.3.0 and greater

Method Details

ExportYAMLRoot() protected method

protected ExportYAMLRoot ( IExportContainer container ) : YAMLMappingNode
container IExportContainer
return YAMLMappingNode

FetchDependencies() public method

public FetchDependencies ( ISerializedFile file, bool isLog = false ) : IEnumerable
file ISerializedFile
isLog bool
return IEnumerable

IsReadMaskInteraction() public static method

2017.1.0b2 and greater
public static IsReadMaskInteraction ( Version version ) : bool
version Version
return bool

IsReadMeshes() public static method

4.0.0 and greater
public static IsReadMeshes ( Version version ) : bool
version Version
return bool

IsReadMinParticleSize() public static method

5.3.0 and greater
public static IsReadMinParticleSize ( Version version ) : bool
version Version
return bool

IsReadNormalDirection() public static method

4.0.0 and greater
public static IsReadNormalDirection ( Version version ) : bool
version Version
return bool

IsReadRenderAlignment() public static method

5.3.0 and greater
public static IsReadRenderAlignment ( Version version ) : bool
version Version
return bool

IsReadUseCustomVertexStreams() public static method

5.5.0 and greater
public static IsReadUseCustomVertexStreams ( Version version ) : bool
version Version
return bool

IsReadVertexStreamMask() public static method

5.5.0 to 5.6.0 exclusive
public static IsReadVertexStreamMask ( Version version ) : bool
version Version
return bool

IsReadVertexStreams() public static method

5.6.0 and greater
public static IsReadVertexStreams ( Version version ) : bool
version Version
return bool

ParticleSystemRenderer() public method

public ParticleSystemRenderer ( AssetInfo assetInfo ) : System
assetInfo AssetInfo
return System

Read() public method

public Read ( AssetStream stream ) : void
stream AssetStream
return void

Property Details

Mesh public_oe property

public PPtr Mesh
return PPtr

Mesh1 public_oe property

public PPtr Mesh1
return PPtr

Mesh2 public_oe property

public PPtr Mesh2
return PPtr

Mesh3 public_oe property

public PPtr Mesh3
return PPtr

Pivot public_oe property

public Vector3f,UtinyRipper.Classes Pivot
return UtinyRipper.Classes.Vector3f