Show / Hide Table of Contents

Class StaffPicksCharacterModel

VRoidHubでピックアップされているキャラクターモデル

Inheritance
Object
StaffPicksCharacterModel
Inherited Members
Object.ToString()
Object.Equals(Object)
Object.Equals(Object, Object)
Object.ReferenceEquals(Object, Object)
Object.GetHashCode()
Object.GetType()
Object.MemberwiseClone()
Namespace: VRoidSDK
Assembly: VRoidSDK.dll
Syntax
public class StaffPicksCharacterModel

Fields

character_model

キャラクターモデル

Declaration
public CharacterModel character_model
Field Value
Type Description
CharacterModel

created_at

作成日時

Declaration
public string created_at
Field Value
Type Description
String

Methods

PickupAt()

ピックアップされた日時を取得する

Declaration
public DateTime? PickupAt()
Returns
Type Description
Nullable<DateTime>

ピックアップ日時

Back to top Generated by DocFX